home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol F-12
/
(Vol F-12) Jun 02 2012.iso
/
Screensaver
/
screensaver_installer.exe
/
____swmx
/
scripts
/
frame_1
/
DoAction_17.as
< prev
next >
Wrap
Text File
|
2004-10-21
|
390b
|
16 lines
_global.ScreenweaverGlobalMouse = function()
{
this.init();
};
ScreenweaverGlobalMouse.prototype.init = function()
{
};
ScreenweaverGlobalMouse.prototype.startTracking = function()
{
swInterface.setEventListener("MouseMove",swEvents.onGlobalMouseMove);
};
ScreenweaverGlobalMouse.prototype.stopTracking = function()
{
swInterface.clearEventListener("MouseMove");
};